home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Data 2002 May
/
CD Rom Data Mayıs 2002.iso
/
Freeware
/
Blitz Basic
/
data1.cab
/
Support
/
help
/
beginners
/
tutorial
/
variables3.bb
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-04-10
|
104 b
|
12 lines
A$ = "Welcome to "
B$ = "the world "
C$ = "of programming."
D$ = A$ + B$ + C$
Print D$